ONLINE HELP
 WINDEVWEBDEV AND WINDEV MOBILE

New WINDEV, WEBDEV and WINDEV Mobile 2024 feature!
Help / WLanguage / Managing databases / HFSQL / HFSQL Client/Server functions
WINDEV
WindowsLinuxUniversal Windows 10 AppJavaReports and QueriesUser code (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Browser code
WINDEV Mobile
AndroidAndroid Widget iPhone/iPadIOS WidgetApple WatchMac CatalystUniversal Windows 10 App
Others
Stored procedures
<Connection variable>.ListWatchedFiles (Function)
In french: <Variable Connexion>.ListeFichiersSurveillés
Warning
From version 2024, Variable Connection.ListTrackedFiles is kept for backward compatibility. This function has been replaced with <Connection variable>.ListWatchedFiles.
Returns the list of files watched by <Source>.Watch.
Caution:
  • This function can only be used in Client/Server mode.
  • The list will contain the files being watched when the function is called. If a file is no longer being watched (<Source>.WatchStop), it will not appear in the list.
Example
MyConnection is Connection
MyWatchedFiles = MyConnection.ListWatchedFiles()
Syntax
<Result> = <Connection>.ListWatchedFiles()
<Result>: WLanguage array
Array of strings containing the watched data files.
<Connection>: Connection variable
Name of a variable of type Connection corresponding to the connection used.
Business / UI classification: Business Logic
Component: wd290hf.dll
Minimum version required
  • Version 2024
This page is also available for…
Comments
Click [Add] to post a comment

Last update: 03/29/2024

Send a report | Local help